home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Multimedia / Futuris Imager 4.7 / imager.exe / f_twain.dll / 0 / RCDATA / TFRMACQUIRE / TFRMACQUIRE.txt
Encoding:
Text File  |  2004-10-22  |  1.8 KB  |  86 lines

  1. object frmAcquire: TfrmAcquire
  2.   Left = 190
  3.   Top = 105
  4.   ActiveControl = btnGetImage
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'TWAIN Acquire...'
  8.   ClientHeight = 320
  9.   ClientWidth = 413
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poOwnerFormCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOpen: TButton
  22.     Left = 255
  23.     Top = 288
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'Open'
  27.     TabOrder = 0
  28.     Visible = False
  29.     OnClick = btnOpenClick
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 333
  33.     Top = 288
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'Cancel'
  37.     TabOrder = 1
  38.     OnClick = btnCancelClick
  39.   end
  40.   object btnGetImage: TButton
  41.     Left = 6
  42.     Top = 288
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Get Image'
  46.     Default = True
  47.     TabOrder = 2
  48.     OnClick = btnGetImageClick
  49.   end
  50.   object pnlPreview: TPanel
  51.     Left = 6
  52.     Top = 6
  53.     Width = 402
  54.     Height = 277
  55.     BevelOuter = bvLowered
  56.     Caption = 'No picture loaded. Click "Get Image" to continue.'
  57.     TabOrder = 3
  58.     object imgPreview: TImage
  59.       Left = 1
  60.       Top = 1
  61.       Width = 400
  62.       Height = 275
  63.       Center = True
  64.       Proportional = True
  65.     end
  66.   end
  67.   object cmpTwain: TDelphiTwain
  68.     OnTwainAcquire = cmpTwainTwainAcquire
  69.     TransferMode = ttmNative
  70.     SourceCount = 0
  71.     Info.MajorVersion = 4
  72.     Info.MinorVersion = 6
  73.     Info.Language = tlUserLocale
  74.     Info.CountryCode = 1
  75.     Info.Groups = [tgControl, tgImage]
  76.     Info.VersionInfo = '4.6'
  77.     Info.Manufacturer = 'Alexander Tereshchenko'
  78.     Info.ProductFamily = 'Futuris'
  79.     Info.ProductName = 'Futuris Imager'
  80.     LibraryLoaded = False
  81.     SourceManagerLoaded = False
  82.     Left = 15
  83.     Top = 14
  84.   end
  85. end
  86.